Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 8 Sep 2008 18:56:52 +0000 (18:56 +0000)
committerCosimo Cecchi <cosimoc@src.gnome.org>
Mon, 8 Sep 2008 18:56:52 +0000 (18:56 +0000)
2008-09-08  Cosimo Cecchi  <cosimoc@gnome.org>

Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text

* gtk/gtkeditable.c: Fix a reference to an invalid parameter in the
docs.

svn path=/trunk/; revision=21324

ChangeLog
gtk/gtkeditable.c

index a732cbb6be8a176d079f7011e98dc8129627e90b..5b60b8232326828c9affbf83a581785cf14844e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-08  Cosimo Cecchi  <cosimoc@gnome.org>
+
+       Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text
+
+       * gtk/gtkeditable.c: Fix a reference to an invalid parameter in the
+       docs.
+
 2008-09-08  Paolo Borelli  <pborelli@katamail.com>
 
        * gtk/gtkfilechooserentry.c (install_start_autocompletion_idle):
index a6574a1c37c8ba021ea748a825442f776225b18f..16e839901a837a11402973c2b8b43639c0cd0ae8 100644 (file)
@@ -102,7 +102,7 @@ gtk_editable_base_init (gpointer g_class)
  * @new_text_length: the text to append
  * @position: position text will be inserted at
  *
- * Appends @new_text_length characters of @text to the contents of the widget,
+ * Appends @new_text_length characters of @new_text to the contents of the widget,
  * at position @position. Note that this position is in characters, not in bytes.
  **/
 void